Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

Panorama Sample Flag

The flags field in the panorama sample atom structure (link) specifies any special settings for the panorama. The flags are specified using this bit flag:

enum {
    kQTVRPanoFlagHorizontal                     = 1 << 0
};

Constant description

kQTVRPanoFlagHorizontal
If this bit is set, the diced panoramic image is oriented horizontally.

© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |